home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / blit.zip / BLIT.DEF < prev    next >
Text File  |  1988-02-21  |  199b  |  18 lines

  1. rect    struc
  2. left    dw    ?
  3. top    dw    ?
  4. right    dw    ?
  5. bot    dw    ?
  6. rect    ends
  7.  
  8. bitmap    struc
  9. bounds    db    (size rect) dup(?)
  10. bytes    dw    ?
  11. pntr    dd    ?
  12. bitmap    ends
  13.  
  14. segoff    struc
  15. offs    dw    ?
  16. segm    dw    ?
  17. segoff    ends
  18.